Welcome![Sign In][Sign Up]
Location:
Search - delphi7 button

Search list

[Button controlWindows(Button)

Description: 自己编写的有关于Button的控件,开发环境为:Delphi7。基本覆盖Button的所有使用方面。-prepared themselves for the Button Controls, development environment : Delphi7. Button basic coverage of all use.
Platform: | Size: 698788 | Author: 任全 | Hits:

[Button controlWindows(Button)

Description: 自己编写的有关于Button的控件,开发环境为:Delphi7。基本覆盖Button的所有使用方面。-prepared themselves for the Button Controls, development environment : Delphi7. Button basic coverage of all use.
Platform: | Size: 698368 | Author: 任全 | Hits:

[Delphi VCLVistaBUTTON

Description: Vista 风格的按钮,Delphi7编译通过。-Vista-style button, Delphi7 compiled through.
Platform: | Size: 1673216 | Author: OLDSEVEN | Hits:

[Delphi VCLLBBottun

Description: LBBottun for delphi7 按钮控件-LBBottun for delphi7 button control
Platform: | Size: 37888 | Author: 李秋龙 | Hits:

[Delphi VCLXP_Buttons

Description: XP_Buttons for delphi7 绝对精典的按钮控件-XP_Buttons for delphi7 absolutely classical button controls
Platform: | Size: 38912 | Author: 李秋龙 | Hits:

[OS programSendKeys

Description: 模拟键盘按键的小程序 delphi的源码 很有帮助的-Analog keyboard button applet source code delphi helpful
Platform: | Size: 1024 | Author: aaaa | Hits:

[Delphi VCLQMPlugin(Delphi7.0)

Description: 这个是按键精灵插件的delphi版本。这样可以扩展按键精灵的功能,是案件精灵也能像高级语言那样强大-The keys are plug-wizard delphi version. This can extend the function wizard button, the wizard of cases are also as powerful as high-level language
Platform: | Size: 80896 | Author: HuangJacky | Hits:

[Delphi VCLVCL_Btn

Description: Button Component (Delphi7 VCL)
Platform: | Size: 14336 | Author: s193382 | Hits:

[Delphi VCLVCL_BtnXP

Description: XP Style Button ( Delphi7 VCL )
Platform: | Size: 12288 | Author: s193382 | Hits:

[Delphi VCLdelphi7

Description: 1.SHIFT+鼠标左键 先选中任一控件,按键后可选中窗体(选中控件后按Esc效果一样) -1.SHIFT+ left mouse button to select any one of the first control, after the optional key in the form (select the same effect as the control, press Esc)
Platform: | Size: 2048 | Author: 杨程 | Hits:

[Button controlAdvGlowButtonD7

Description: Delphi7:仿Win7皮肤界面,高级按钮效果。可设定按钮多种事件皮肤按钮图片。-Delphi7: imitation Win7 skin interface, the Advanced button effect. A variety of events can be set skin button image button.
Platform: | Size: 60416 | Author: holysatan | Hits:

[Delphi VCLspcomm

Description: delphi 完美控件。。SPCOMM 安装要求delphi7 选择下拉菜单 Component中的 Install Component选项,在 Unit file name处填写 SPCOMM控件所在的路径,其他各项可用默认值,点击 OK按钮。-delphi perfect control. . SPCOMM installation requirements delphi7 selection drop-down menu in the Install Component Component option, fill in the Unit file name SPCOMM control at the path where, all other available default values, click the OK button.
Platform: | Size: 26624 | Author: 罗清卿 | Hits:

[OtherDelphi

Description: 对delphi7.0的输入控件,button,memo等进行输入法绑定,限制乱输入内容信息-Input controls to delphi7.0, button, memo input method binding limit input information chaos
Platform: | Size: 200704 | Author: | Hits:

[Delphi VCLRegister_FadingRibbon

Description: delphi7 win7风格按钮-the delphi7 win7 style button delphi7 win7 style button
Platform: | Size: 1673216 | Author: mobit | Hits:

[OS programTestSPComm

Description:  使用Delphi7、SPComm控件写的一个简单串口调试助手,把源代码分享给大家,在Delphi7环境下调试通过。程序可设置CoM端口,波特率、数据位、校验、停止位等,点击“打开串口按钮”,即可看到状态。-Using Delphi7, SPComm controls write a simple serial debugging assistant, the source code for everyone to share in Delphi7 through debugging environment. Program can be set CoM port, baud rate, data bits, parity, stop bits, etc., click on the " button to open the serial port" , you can see the status.
Platform: | Size: 8192 | Author: 胡江平 | Hits:

[CommunicationTestSPComm

Description:   使用Delphi7、SPComm控件写的一个简单串口调试助手,把源代码分享给大家,在Delphi7环境下调试通过。程序可设置CoM端口,波特率、数据位、校验、停止位等,点击“打开串口按钮”,即可看到状态。 -Using Delphi7, SPComm controls write a simple serial debugging assistant, the source code for everyone to share in Delphi7 through debugging environment. Program can be set CoM port, baud rate, data bits, parity, stop bits, etc., click on the " button to open the serial port" , you can see the status.
Platform: | Size: 9216 | Author: samwang | Hits:

[Delphi VCLDefineMessageBox

Description: 自定义消息对话框,支持DELPHI7~XE5 修改MessageBox可以使用图标为自定义图标,源码很简单 {------------------------------------------------------------------------------- 作者: 曾聪 日期: 2013.09.13 过程名: MsgBox 功能: 自定义消息对话框,支持DELPHI7~XE5 参数: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal 返回值: Integer 说明: lText:消息框内容,lCaption:消息框标题,lStyle:按钮类型(MB_OK或者MB_YESNO等等详细请查看MessageBox的对应参数) + MB_USERICON,lIcon为加载的RES图标资源文件的标号,lBeep为消息框声音(MB_OK或者MB_ICONHAND或者MB_ICONEXCLAMATION等等,详细请百度MessageBeep查找参数值) -------------------------------------------------------------------------------}-Custom message box, support DELPHI7 ~ XE5 Modify MessageBox can use the icon for a custom icon, the source code is very simple {-------------------------------------------------------------------------------     Author: Zeng Cong     Date: 2013.09.13     Process name: MsgBox     Function: Custom message box support DELPHI7 ~ XE5     Parameters: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal     Return value: Integer     Description: lText: message box contents, lCaption: message box title, lStyle: Button type (MB_OK or MB_YESNO more details, please see the corresponding parameter of MessageBox)+ MB_USERICON, lIcon RES icon to load the resource file label, lBeep for the message box sound (MB_OK or MB_ICONHAND or MB_ICONEXCLAMATION, etc. For details, please Baidu MessageBeep find parameter values​ ​ ) -------------------------------------------------------------------------------}
Platform: | Size: 6518784 | Author: 曾聪 | Hits:

[Delphi VCLRsButton

Description: 美观大方的delphi 7按钮控件,可作为delphi7的常用按钮。避免了用默认时的形状、状态等的死板。-Nice button control for delphi 7
Platform: | Size: 184320 | Author: 刘秀政 | Hits:

[Windows DevelopDelphi_102107

Description: Delphi源码下载,使用Delphi实现图片压缩程序的源码文件,无第三方控件,Delphi7环境打开源代码后可直接编译生成EXE,运行EXE后,请选择要处理的图片目录,设置好右侧的图片压缩参数(图片高度、宽度),设置图片压缩质量,默认为75 ,此值可自定义,这一系统设置完成后,点击“处理”按钮,程序即可执行图片批量图片压缩进程,窗体底部会显示进度条。 -Delphi source code download, use Delphi image compression program source code files, no third-party control, Delphi7 environment can be directly compiled EXE open source code, running EXE, select the pictures you want to catalog, set up well to the right of the picture compression parameters (picture height, width), set the picture compression quality, the default is 75 , this value can be customized after the system setup is complete, click on the "deal" button, the program can perform image batch image compression process, the bottom of the form displays a progress bar.
Platform: | Size: 15360 | Author: PEJA85I | Hits:

[Delphi VCLacak button 5 komponen

Description: my button random and free
Platform: | Size: 4096 | Author: ilhamzero | Hits:
« 12 »

CodeBus www.codebus.net